//==============================================================================
// Oacha'noa_anim.txt
/==============================================================================


                           ____________________________________
                          |                                    |
                          |      CREATED by WOLLIEWOLTAZ       |
                          |____________________________________|
//==============================================================================
//==============================================================================
//Particle Attachments
//==============================================================================
//==============================================================================
define eclipseSFX
{
   SetSelector
   {
		TechLogic none/Eclipse Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX A Eclipse Unit effect
			}
		}		    
   }
}


//==============================================================================
define wakewalk
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Sea Turtle walk
      }
   }
}

//==============================================================================
define rippleattack
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Sea Turtle attack
      }
   }
}

//==============================================================================
define rippledeath
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Sea Turtle Death
      }
   }
}

//==============================================================================
define rippleidle
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Sea Turtle Idle
      }
   }
}

//==============================================================================
define ripplebored
{
   set hotspot
   {
      version
      {
         Visualparticle Special G Sea Turtle bored
      }
   }
}
//==============================================================================
//==============================================================================
//Visuals
//==============================================================================
//==============================================================================
anim Birth
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual kraken_birth
		tag SpecificSoundSet 0.20 false ShipDeathSplash checkVisible
		tag SpecificSoundSet 0.47 false ShipDeathSplash checkVisible
		Connect ATTACHPOINT rippleidle hotspot
		Connect ATTACHPOINT rippledeath hotspot
         }
      }
   }
}
//==============================================================================
anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual kraken_idle
		Connect ATTACHPOINT rippleidle hotspot
		connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual kraken_swim
		Connect HOTSPOT wakewalk hotspot
		connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual kraken_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.64 false ShipDeathSplash checkVisible 
//-- end auto generated section
				Connect ATTACHPOINT rippledeath hotspot
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim bored
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual kraken_bored
		tag SpecificSoundSet 0.39 false ShipDeathSplash checkVisible
		Connect ATTACHPOINT rippleidle hotspot
		Connect ATTACHPOINT rippledeath hotspot
		Connect TOPOFHEAD ripplebored hotspot
		connect hotspot eclipseSFX hotspot
         }
			version
         {
            Visual kraken_boredb
		Connect ATTACHPOINT rippleidle hotspot
		Connect TOPOFHEAD ripplebored hotspot
		connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
VariationLogic
      set hotspot
      {
         version
         {
				Visual kraken_attacka
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.63 true   
            tag GenericSound 0.63 true   
            tag SpecificSoundSet 0.64 false CrocSnap checkVisible
//-- end auto generated section
		Connect ATTACHPOINT rippleattack hotspot
		Connect hotspot eclipseSFX hotspot
			
				
         }
			version
         {
				Visual kraken_attackb
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.69 true   
            tag GenericSound 0.70 true   
            tag SpecificSoundSet 0.70 false SwordSwing checkVisible
//-- end auto generated section
		Connect ATTACHPOINT rippleattack hotspot
		Connect hotspot eclipseSFX hotspot				
				
         }
			version
         {
				Visual kraken_attackc
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.52 true   
            tag GenericSound 0.40 true   
            tag SpecificSoundSet 0.43 false WingsLarge checkVisible
	    tag SpecificSoundSet 0.64 false ShipDeathSplash checkVisible
//-- end auto generated section
		Connect ATTACHPOINT rippleattack hotspot
		Connect hotspot eclipseSFX hotspot				
				
         }
      }
   }
}